home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Editors / emacs / Emacs-1.14b1-sources / sources / unix-emulation-src / unix-constants.h < prev    next >
Encoding:
Text File  |  1994-05-03  |  1.1 KB  |  66 lines  |  [TEXT/EMAC]

  1. /*
  2.  * Copyright (C) 1993, 1994 Marc Parmet.
  3.  * This file is part of the Macintosh port of GNU Emacs.
  4.  *
  5.  * GNU Emacs is distributed in the hope that it will be useful,
  6.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  7.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  8.  * GNU General Public License for more details.
  9.  */
  10.  
  11. enum {
  12.     unix_read,
  13.     unix_write,
  14.     unix_close,
  15.     unix_open,
  16.     unix_dup,
  17.     unix_creat,
  18.     unix_unlink,
  19.     unix_lseek,
  20.     unix_pipe,
  21.     unix_chdir,
  22.     unix_getwd,
  23.     unix_vfork1,
  24.     unix_vfork2,
  25.     unix_execvp,
  26.     unix_dup2,
  27.     unix_getenv,
  28.     unix_exit,
  29.     unix__exit,
  30.     unix_signal,
  31.     unix_raise,
  32.     unix_kill,
  33.     unix_ioctl,
  34.     unix_fionread,
  35.     unix_wait,
  36.     unix_wait3,
  37.     unix_alarm,
  38.     unix_pause,
  39.     unix_sleep,
  40.     unix_getpid,
  41.     unix_getppid,
  42.     unix_rename,
  43.     unix_access,
  44.     unix_stat,
  45.     unix_lstat,
  46.     unix_isatty,
  47.     unix_opendir,
  48.     unix_readdir,
  49.     unix_closedir,
  50.     unix_stat_spec,
  51.     unix_readlink,
  52.     unix_unixfn2FSSpec,
  53.     unix_FSSpec2unixfn,
  54.     unix_symlink,
  55.     unix__iob,
  56.     unix_fflush,
  57.     unix_fclose,
  58.     unix_mkdir,
  59.     unix_rmdir,
  60.     unix_utime,
  61.     unix_chmod,
  62.     unix_chgrp,
  63.     unix_chown,
  64.     unix_unix_nop
  65. };
  66.